| param_learning_rate | param_max_depth | params | split0_test_score | split1_test_score | split2_test_score | split3_test_score | split4_test_score | mean_test_score | std_test_score | rank_test_score | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 0.05 | 3 | {'learning_rate': 0.05, 'max_depth': 3} | 0.217789 | 0.201953 | 0.126714 | 0.050924 | 0.173691 | 0.154214 | 0.060208 | 1 |
| 1 | 0.05 | 4 | {'learning_rate': 0.05, 'max_depth': 4} | 0.192301 | 0.203017 | 0.113426 | 0.021100 | 0.196805 | 0.145330 | 0.070192 | 2 |
| 2 | 0.1 | 3 | {'learning_rate': 0.1, 'max_depth': 3} | 0.176347 | 0.185516 | 0.119217 | 0.034083 | 0.152840 | 0.133601 | 0.054778 | 3 |
| 3 | 0.1 | 4 | {'learning_rate': 0.1, 'max_depth': 4} | 0.169261 | 0.181719 | 0.084938 | -0.009710 | 0.163443 | 0.117930 | 0.072327 | 4 |